home *** CD-ROM | disk | FTP | other *** search
- on volzero
- set the volume of sound 1 to 0
- set the soundLevel to 0
- uncheck()
- set the checkMark of menuItem 1 of menu "volume" to 1
- end
-
- on volone
- set the volume of sound 1 to 40
- set the soundLevel to 1
- uncheck()
- set the checkMark of menuItem 2 of menu "volume" to 1
- end
-
- on voltwo
- set the volume of sound 1 to 80
- set the soundLevel to 2
- uncheck()
- set the checkMark of menuItem 3 of menu "volume" to 1
- end
-
- on volthree
- set the volume of sound 1 to 120
- set the soundLevel to 3
- uncheck()
- set the checkMark of menuItem 4 of menu "volume" to 1
- end
-
- on volfour
- set the volume of sound 1 to 160
- set the soundLevel to 4
- uncheck()
- set the checkMark of menuItem 5 of menu "volume" to 1
- end
-
- on volfive
- set the volume of sound 1 to 200
- set the soundLevel to 5
- uncheck()
- set the checkMark of menuItem 6 of menu "volume" to 1
- end
-
- on volsix
- uncheck()
- set the checkMark of menuItem 7 of menu "volume" to 1
- set the volume of sound 1 to 240
- set the soundLevel to 6
- end
-
- on volseven
- set the volume of sound 1 to 255
- set the soundLevel to 7
- uncheck()
- set the checkMark of menuItem "volume 7" of menu "volume" to 1
- end
-
- on uncheck volume
- repeat with i = 1 to 7
- set the checkMark of menuItem i of menu "Volume" to 0
- end repeat
- end
-
- on xxxx
- set the soundLevel to 4
- beep()
- set the checkMark of menuItem "LOUD" of menu "VOLUME" to 0
- set the checkMark of menuItem "MEDIUM" of menu "VOLUME" to 1
- set the checkMark of menuItem "SOFT" of menu "VOLUME" to 0
- set the checkMark of menuItem "MUTE" of menu "VOLUME" to 0
- go("Stay")
- end
-